hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IScene
hip
api
view
scene
Undocumented in source.
interface
IScene : IHipPreloadable {
void
initialize
();
void
pushLayer
(Layer l);
void
update
(float dt);
void
render
();
void
dispose
();
void
onResize
(uint width, uint height);
}
Members
Functions
dispose
void
dispose
()
Undocumented in source.
initialize
void
initialize
()
Undocumented in source.
onResize
void
onResize
(uint width, uint height)
Undocumented in source.
pushLayer
void
pushLayer
(Layer l)
Undocumented in source.
render
void
render
()
Undocumented in source.
update
void
update
(float dt)
Undocumented in source.
Meta
Source
See Implementation
hip
api
view
scene
classes
AScene
interfaces
IScene